home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python16_Src.lha / Python16_Source / Demo / extend / make_clean next >
Encoding:
Text File  |  1997-07-20  |  105 b   |  6 lines

  1. #! /bin/sh
  2.  
  3. # Reset the directory contents.
  4.  
  5. rm -f Setup* Makefile* *.c *.o *.a *.so *~ python sedscript
  6.